home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 201-225 / disk_204 / hamcu / makefile < prev    next >
Makefile  |  1992-05-06  |  173b  |  12 lines

  1. all: HAMCu copperreset
  2.  
  3. HAMCu: HAMCu.c
  4.  
  5.         cc +p -s HAMCu
  6.         ln HAMCu -lc32
  7.  
  8. copperreset: copperreset.c
  9.  
  10.         cc +p -s copperreset
  11.         ln copperreset -lc32
  12.